From d82aeb82459ca30959a5f202c528d3ae3d123aa4 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 22 Jul 2011 15:50:20 +0200 Subject: [PATCH] tests: Fix stylecontext test that we changed semantics for We don't have different priorities for superclasses anymore. --- gtk/tests/stylecontext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/tests/stylecontext.c b/gtk/tests/stylecontext.c index 733e1fdb21..a3a1e22165 100644 --- a/gtk/tests/stylecontext.c +++ b/gtk/tests/stylecontext.c @@ -244,8 +244,8 @@ test_match (void) g_assert (gdk_rgba_equal (&color, &expected)); data = "* { color: #f00 }\n" - "GtkWindow .button { color: #fff }\n" - "GObject .button { color: #000 }"; + "GtkWindow .button { color: #000 }\n" + "GObject .button { color: #fff }"; gtk_css_provider_load_from_data (provider, data, -1, &error); g_assert_no_error (error); gtk_style_context_invalidate (context); -- 2.30.2